func regexp/syntax.parse

2 uses

	regexp/syntax (current package)
		parse.go#L887: 	return parse(s, flags)
		parse.go#L890: func parse(s string, flags Flags) (_ *Regexp, err error) {